home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_1 / PlaceObject3_85_10 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Text File  |  2007-01-15  |  194b  |  10 lines

  1. onClipEvent(mouseDown){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       var1 = 1;
  5.       dragging = true;
  6.    }
  7.    xx = _root._xmouse - _X;
  8.    yy = _root._ymouse - _Y;
  9. }
  10.